home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / fchart / fversion.c < prev    next >
Encoding:
Text File  |  1994-06-05  |  1.9 KB  |  45 lines

  1. /* Fchart - fversion.c */
  2. /*
  3.  *  Modified version of 1.1.0 gnuplot by Thomas Williams and Colin Kelley.
  4.  *  "You may use this code as you wish if credit is given and this message
  5.  *  is retained."
  6.  *
  7.  *  Our "use" of this code has been to add a terminal driver (att 3b1),
  8.  *  improve the IBM-PC drivers using TURBO-C routines, throw in a
  9.  *  different help system (the one we got didn't seem to work) and add
  10.  *  the commands SET POLAR, SET OFFSETS, and PAUSE.
  11.  *
  12.  *  Files that were changed from the original 1.1.0 version:
  13.  *  command.c, graphics.c, misc.c, plot.c, term.c and version.c.
  14.  *
  15.  *  The annoying problem with unixplot files not being redirected by
  16.  *  the set output command was fixed and an ``init()'' routine was
  17.  *  added to term.c to allow an implementation to detect the terminal
  18.  *  type.  (Currently only used by TURBO-C and VMS.)  The file term.c
  19.  *  was further changed by breaking it into a number of .TRM files
  20.  *  (Makefile was changed accordingly).
  21.  *
  22.  *  A bug in do_plot() was fixed as well as a VMS bug that caused
  23.  *  SET OUTPUT to fail.  A final departure from the original 1.1.0
  24.  *  version was the addition of Jyrki Yli-Nokari's HP laser jet
  25.  *  drivers to term.c.
  26.  *
  27.  *  John Campbell  CAMPBELL@NAUVAX.bitnet (3b1, polar, offsets, pause)
  28.  *  Bill Wilson    WILSON@NAUVAX.bitnet   (TURBO-C IBM-PC drivers)
  29.  *  Steve Wampler  ...!arizona!naucse!sbw (help system acquisition)
  30.  *
  31.  *
  32.  *  Fchart code by Piotr Filip Sawicki 1990
  33.  *
  34.  *  Main changes to Gnuplot:
  35.  *  changed misc.c, util.c, command.c, plot.c, version.c
  36.  *  removed eval.c, internal.c, parse.c, setshow.c, standard.c graphics.c
  37.  *  untouched scanner.c, term.c, *.trm, help.[ch], doc utility
  38.  *  added fgraf.c fstyles.i fonts.c flblarr.c
  39.  *
  40.  */
  41. char version[] = "1.0 (2D only)";
  42. char date[] = "May 1990";
  43. char bug_email[] = "fs@uwasa.fi";
  44. int  patchlevel = 0;
  45.